Api.Destroy method

Closes the link to the KINGSTAR Subsystem and terminates the Subsystem.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError Destroy()
Public Function Destroy() As KsError

Return value

Type: KsError

A return code of a method.

Remarks

Destroy closes the application’s link to the KINGSTAR Subsystem and if no process are connected, the Subsystem is stopped. This must be the last KINGSTAR method in an application.

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.Local.Api Namespace